home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Electronics Boutique Catalog 1996 Spring
/
1996 Electronics Boutique Spring CD-ROM (USA).bin
/
eb
/
ct.dir
/
00022_!ListD.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-03-18
|
304 b
|
14 lines
on mouseDown
global stateName
set stateName to line the mouseLine of field the mouseCast
set StatePICT to the picture of cast stateName
set the picture of cast "displayState" to StatePICT
set the visible of sprite 18 to 1
puppetSound("blip")
updateStage()
end
on mouseUp
jumpstate()
end